ObjectDB ObjectDB

JDOFatalDataStoreException(msg, nested, failed) - JDO JDOFatalDataStoreException's constructor

Constructor
javax.jdo.JDOFatalDataStoreException
JDOFatalDataStoreException(
  String msg,
  Throwable[] nested,
  Object failed
)

Constructs a new JDOFatalDataStoreException with the specified detail message, nested Throwables, and failed object.
Parameters:
msg - the detail message.
nested - the nested Throwable[].
failed - the failed object.
Since:
JDO 1.0